|
|
|
BlueCielo Meridian Enterprise 2013 Administrator's Guide | BlueCielo ECM Solutions |
Connects to the Task Server to submit a task.
Syntax
Submit (Type As String, [FSObject], [StartAt], [Priority], [Server])
Name | Description |
---|---|
Type |
The type of task that will be executed. This must be the ProgID of the task extension. The ProgID is a combination of the project name and the class name used by the Visual Basic project that produced the task extension. Required. |
FSObject |
A Document or Folder object. This parameter is only required if the task extension uses this information. Optional. |
StartAt |
A Date value. If any value is provided for this parameter, the Task Server will delay the execution of the task until this date/time. The Date value should be in Greenwich Mean Time (GMT). Optional. |
Priority |
Reserved for future use. |
Server |
The name of the Task Server computer to run the task. You can omit this parameter to use the default Task Server computer. Optional. |
Remarks
All parameters provided by the Set method will be automatically passed to the Task Server when the task is submitted.
Related tasks
Related information
Copyright © 2000-2013 BlueCielo ECM Solutions |